card caption

119

card caption -

  /* Demo purposes only */
  $(".hover").mouseleave(
    function () {
      $(this).removeClass("hover");
    }
  );

Comments

Submit
0 Comments